Introduction to Web Development using HTML 5
By: Kris Jamsa, Ph.D.

Chapter 20: Creating Scalable Vector Graphics Files

This chapter introduces common SVG operations. By the time you finish this chapter, you will understand the following key concepts:

● How to embed a graphic stored within an SVG file in an HTML page
● How to use the <svg> and </svg> tag pair to specify common SVG shapes
● How to display text at a specific location, in a specific color, at a rotational angle, or even following a curved path
● How SVG provides advanced capabilities, including blurs, gradients, and more

Chapter PowerPoint Presentation


SVGDemo.html
EmbedSVG.html
SVGLine.html
SVGLineWidth.html
3DSVGCube.html
SVGChart.html
SVGSquare.html
SVGRectangle.html
SVGCirces.html
SVGEllipse.html
SVGDrawPoly.html
SVGDrawPolyLine.html
SVGPath.html
SVGtext.html
AdvancedSVG.html